home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _DD87A85B878E462A8A27D0FF7433E54B < prev    next >
Encoding:
Text File  |  2004-01-06  |  399 b   |  19 lines

  1.  
  2.       #include "../CGVPMacro.csi"
  3.  
  4.  
  5.       VertAttributes { POSITION_3 TEXCOORD0_2 TEXCOORD1_2 }
  6.       
  7.       MainInput { VIEWPROJ_MATRIX }
  8.       DeclarationsScript
  9.       {
  10.         IN_T0_T1
  11.         OUT_T0_T1
  12.       }
  13.       PositionScript = PosCommon                 
  14.       CoreScript
  15.       {
  16.         OUT.Tex0.xy = IN.TexCoord0.xy;
  17.         OUT.Tex1.xy = IN.TexCoord1.xy;
  18.       }
  19.